gail: do not use removed GTK_WIDGET_*SET macros
authorJavier Jardón <jjardon@gnome.org>
Wed, 16 Jun 2010 18:37:54 +0000 (20:37 +0200)
committerJavier Jardón <jjardon@gnome.org>
Wed, 16 Jun 2010 18:41:05 +0000 (20:41 +0200)
In the absence of new API to port to, left the code commented
with a /* FIXME */ state, for somebody with better gail knowledge
to fix.

modules/other/gail/gailmenuitem.c

index 0e61a0b31c610ab6707981f13cb8c7b5eec99749..3f456b335e99a26c98db19c12540da5b3921a9ca 100644 (file)
@@ -164,9 +164,9 @@ get_children (GtkWidget *submenu)
        */
       if (!gtk_widget_get_visible (submenu))
         {
-          GTK_WIDGET_SET_FLAGS (submenu, GTK_VISIBLE);
+          /* FIXME GTK_WIDGET_SET_FLAGS (submenu, GTK_VISIBLE); */
           g_signal_emit_by_name (submenu, "show");
-          GTK_WIDGET_UNSET_FLAGS (submenu, GTK_VISIBLE);
+          /* FIXME GTK_WIDGET_UNSET_FLAGS (submenu, GTK_VISIBLE); */
         }
       g_list_free (children);
       children = gtk_container_get_children (GTK_CONTAINER (submenu));